home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / sex_kitten_sim_rpg.swf / scripts / DefineButton2_504 / BUTTONCONDACTION on(release).as
Text File  |  2005-09-06  |  113b  |  6 lines

  1. on(release){
  2.    var health = health - 10;
  3.    var house_loc = house_loc + 3;
  4.    gotoAndPlay(3, house_loc);
  5. }
  6.